home *** CD-ROM | disk | FTP | other *** search
-
- !Include("..\\..\\menu\\uidef\\UILogicVis.def")
-
- UIElem("ID_INFO_TITLE")
- {
- Default()
- {
- Text("CurrSelectedPart.m_sID#_NAME&")
- }
- }
-
- UIElem("ID_INFO")
- {
- Default()
- {
- Text("CurrSelectedPart.m_sID#_DESCRIPTION&
-
- &PART_WeightChange&: #%0((CurrSelectedPart.m_fWeightMul-1.0)*100.0)#%")
- }
-
- OnCondition("CurrSelectedPart.m_iBuyPrice != 0")
- {
- Text("CurrSelectedPart.m_sID#_DESCRIPTION&
-
- &PART_WeightChange&: #%0((CurrSelectedPart.m_fWeightMul-1.0)*100.0)#%
-
- &PART_Price&: #%0CurrSelectedPart.m_iBuyPrice#&MenuCashPostfix&")
- }
-
- }
-
-